home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RenderWare 2003 Press Disc
/
RenderWare.bin
/
presentation.swf
/
scripts
/
frame_530
/
PlaceObject2_477_61
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-25
|
374 b
|
16 lines
onClipEvent(enterFrame){
if(frameCounter % speedFactor == 0)
{
if(scrolling == "up" && 1 < namcotext.scroll)
{
namcotext.scroll--;
}
else if(scrolling == "down" && namcotext.scroll < namcotext.maxscroll)
{
namcotext.scroll = namcotext.scroll + 1;
}
frameCounter = 0;
}
frameCounter++;
}